home *** CD-ROM | disk | FTP | other *** search
/ ...taking it to the Macs! / ...taking it to the Macs!.iso / Extras / ActiveX Mac SDK / ActiveX SDK / Sample Controls / Button / Register.h < prev   
Encoding:
Text File  |  1996-12-15  |  344 b   |  13 lines  |  [TEXT/CWIE]

  1. // {bf2deb80-4dc8-11d0-bfc7-83e2fd601580}
  2. DEFINE_GUID(CLSID_ocx, 
  3. 0xbf2deb80, 0x4dc8, 0x11d0, 0xbf, 0xc7, 0x83, 0xe2, 0xfd, 0x60, 0x15, 0x80);
  4.  
  5.  
  6. #define kOCXFullUserTypeName            "Button"
  7. #define kOCXProgID                        "Button"
  8. #define kOCXCLSID                        "{bf2deb80-4dc8-11d0-bfc7-83e2fd601580}"
  9.  
  10.  
  11. #include "CButtonControl.h"
  12. #define CControl CButtonControl
  13.